Buffer.getSourceMarksAtLine

Returns the list of marks of the given category at @line.

If @category is %NULL, all marks at @line are returned.

class Buffer
getSourceMarksAtLine
(
int line
,
string category
)

Parameters

line int

a line number.

category string

category to search for, or %NULL

Return Value

Type: ListSG

a newly allocated #GSList.

Meta